Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Improving Users admin page #1585

Open
wants to merge 6 commits into
base: develop
Choose a base branch
from
Open

Improving Users admin page #1585

wants to merge 6 commits into from

Conversation

shudsky
Copy link
Contributor

@shudsky shudsky commented Mar 3, 2025

Pull Request

Description

Improving the functionality of the admin Users page.

Changes

image
image

Added:

  • Last login date as column
  • Removed status as column
  • Search filtering
  • Last login date filtering
  • of workspaces filtering

  • Copying displayed emails
  • Downloading displayed information as a CSV file
  • Table column sorting

Testing

Tested visually.

Checklist

  • Code follows dotnet coding standards
  • Tests added/updated to cover changes

Copy link
Contributor

@Sean-Stilwell Sean-Stilwell left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Awesome work! I've made one small suggested commit to make sure the loading indicator disappears and the copy user buttons display.

var resultDict = await _userStatusService.GetUsersStatus();
if (resultDict != null)
_module = await _jsRuntime.InvokeAsync<IJSObjectReference>("import", "./Pages/Tools/Users/UsersTable.razor.js");
}
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Currently, the load icon in UsersPage.razor displays forever.

Suggested change
}
LoadStatus = true;
}

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants